Get Your Hands Dirty on Clean Architecture - Second Edition by Tom Hombergs
Author:Tom Hombergs
Language: eng
Format: epub
Publisher: Packt
Published: 2023-12-15T00:00:00+00:00
Testing a web adapter with integration tests
Moving outward another layer, we arrive at our adapters. Letâs discuss testing a web adapter.
Recall that a web adapter takes input, for example, in the form of JSON strings, via HTTP, might do some validation on it, maps the input to the format a use case expects, and then passes it to that use case. It then maps the result of the use case back to JSON and returns it to the client via an HTTP response.
In the test for a web adapter, we want to make certain that all those steps work as expected:
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Ajax | Assembly Language Programming |
Borland Delphi | C & C++ |
C# | CSS |
Compiler Design | Compilers |
DHTML | Debugging |
Delphi | Fortran |
Java | Lisp |
Perl | Prolog |
Python | RPG |
Ruby | Swift |
Visual Basic | XHTML |
XML | XSL |
Deep Learning with Python by François Chollet(12405)
Hello! Python by Anthony Briggs(9755)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9646)
The Mikado Method by Ola Ellnestam Daniel Brolund(9643)
Dependency Injection in .NET by Mark Seemann(9172)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8153)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7657)
Grails in Action by Glen Smith Peter Ledbrook(7572)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7401)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(6334)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6282)
Microservices with Go by Alexander Shuiskov(6088)
Practical Design Patterns for Java Developers by Miroslav Wengner(6007)
Test Automation Engineering Handbook by Manikandan Sambamurthy(5975)
Angular Projects - Third Edition by Aristeidis Bampakos(5321)
Kotlin in Action by Dmitry Jemerov(4921)
The Art of Crafting User Stories by The Art of Crafting User Stories(4897)
NetSuite for Consultants - Second Edition by Peter Ries(4861)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(4662)
